.
C# Signature:
[DllImport("gdi32.dll")]
static extern IntPtr CreateCompatibleDC(IntPtr hdc);
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The CreateCompatibleDC function creates a memory device context (DC) compatible with the specified device.
10/21/2013 6:43:52 PM - -74.212.46.220